mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Changed is_ascii() to accept umlaute
SVN revision: 1299
This commit is contained in:
parent
5f880349a2
commit
c4cd583273
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$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
|
Revision 1.605 2005/03/29 11:45:46 ritt
|
||||||
Check for '.' in btou()
|
Check for '.' in btou()
|
||||||
|
|
||||||
@ -5532,10 +5535,6 @@ int is_ascii(char *file_name)
|
|||||||
xfree(buf);
|
xfree(buf);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
if (buf[i] > 128) {
|
|
||||||
xfree(buf);
|
|
||||||
return FALSE;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
xfree(buf);
|
xfree(buf);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user