Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1045 → Rev 1046

/svarcom/trunk/helpers.c
125,7 → 125,7
/* find string in nls block */
if (e < 0xff) ptr = svarlang_strid(0xff00 | e);
/* if not found, use a fallback */
if (ptr == NULL) {
if ((ptr == NULL) || (ptr[0] == 0)) {
sprintf(errstr, "DOS ERR %u", e);
ptr = errstr;
}
/svarcom/trunk/history.txt
8,6 → 8,7
- fixed stdin redirection handling (was broken since 2022.1)
- implemented the TRUENAME command
- ln creates %DOSDIR%\LINKS directory when needed and warns on error
- ln add outputs an error message when link already exists
- added German translations, courtesy of Robert Riebisch (bttr)
- added French translations, kindly contributed by Berki Yenigün (thraex)
 
/svarcom/trunk/lang/en-utf8.txt
287,3 → 287,4
255.37:Code page mismatch
255.38:Cannot complete file operations (EOF / out of input)
255.39:Insufficient disk space
255.80:File already exists