Changed is_ascii() to accept umlaute

SVN revision: 1299
This commit is contained in:
2005-03-29 11:52:59 +00:00
parent 5f880349a2
commit c4cd583273
+3 -4
View File
@@ -6,6 +6,9 @@
Contents: Web server program for Electronic Logbook ELOG
$Log$
Revision 1.606 2005/03/29 11:52:59 ritt
Changed is_ascii() to accept umlaute
Revision 1.605 2005/03/29 11:45:46 ritt
Check for '.' in btou()
@@ -5532,10 +5535,6 @@ int is_ascii(char *file_name)
xfree(buf);
return FALSE;
}
if (buf[i] > 128) {
xfree(buf);
return FALSE;
}
}
xfree(buf);