On 28 April 2009 at 15:25, Chris Leick wrote:
| 
| Hi,
| 
| in the file src/matrix.c is a wrong space between the last word and "!":
| 
| #: matrix.c:255
| #, c-format
| msgid ""
| "\n"
| "%s not found, nothing read ! "

This format is not useful. Please use diff -u against orig and mod'ed sources
as is common in bug reports.

Also, if you are referring to 

   void readmat(M,filename) matrix *M;char *filename;

   { FILE *in;long i,j,k;char str[200];
     in=fopen(filename,"rb");
     if (in==NULL)
     { sprintf(str,_("\n%s not found, nothing read ! "),filename);

could you please clarify how this is a syntax error as the package builds.

Dirk

-- 
Three out of two people have difficulties with fractions.



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to