Dirk Eddelbuettel schrieb:
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.
Normally, I'm working with pot-files for the translation. I've changed
now the source file matrix.c. Here ist the output of diff:
255c255
< { sprintf(str,_("\n%s not found, nothing read ! "),filename);
---
> { sprintf(str,_("\n%s not found, nothing read! "),filename);
I hope it is, what you mean.
Greetings,
Chris
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]