From c9e7e788d2a28abeec0266a4a1a0ccd8851605e4 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 7 Mar 2004 23:49:11 +0000 Subject: [PATCH] typo --- Plugin/Extract.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugin/Extract.cpp b/Plugin/Extract.cpp index ad72ad3450..f7718429eb 100644 --- a/Plugin/Extract.cpp +++ b/Plugin/Extract.cpp @@ -1,4 +1,4 @@ -// $Id: Extract.cpp,v 1.1 2004-03-07 22:24:48 geuzaine Exp $ +// $Id: Extract.cpp,v 1.2 2004-03-07 23:49:11 geuzaine Exp $ // // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle // @@ -86,7 +86,7 @@ static void extract(int comp, List_T *inList, int inNb, return; if(comp < 0 || comp > nbComp-1){ - Msg(GERROR, "Cannot extract component #(%d+1)=%d of a %d-component field", + Msg(GERROR, "Cannot extract component #(%d+1)=%d from a %d-component field", comp, comp+1, nbComp); } -- GitLab