Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 601 → Rev 600

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