mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Removed BOOL
SVN revision: 586
This commit is contained in:
parent
7e0e3b388f
commit
dcd94dbeb2
@ -6,6 +6,9 @@
|
||||
Contents: Electronic logbook utility
|
||||
|
||||
$Log$
|
||||
Revision 1.10 2003/07/15 12:17:45 midas
|
||||
Removed BOOL
|
||||
|
||||
Revision 1.9 2003/07/15 12:17:13 midas
|
||||
Removed FALSE/TRUE
|
||||
|
||||
@ -132,7 +135,7 @@ unsigned int t, pad;
|
||||
|
||||
/*---- string comparison -------------------------------------------*/
|
||||
|
||||
BOOL equal_ustring(char *str1, char *str2)
|
||||
int equal_ustring(char *str1, char *str2)
|
||||
{
|
||||
if (str1 == NULL && str2 != NULL)
|
||||
return 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user