Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 600 → Rev 601

/svarlang.lib/tlumacz.c
3,8 → 3,7
*
* usage: tlumacz en fr pl etc
*
* computes a svarcom.lng file that contains all language ressources found
* inside dirname.
* computes an out.lng file that contains all language ressources.
*
* DAT format:
*
203,7 → 202,7
return(1);
}
 
fd = fopen("svarcom.lng", "wb");
fd = fopen("out.lng", "wb");
if (fd == NULL) {
puts("ERR: failed to open or create SVARCOM.LNG");
return(1);