mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-14 20:33:48 +00:00
Removed FALSE/TRUE
SVN revision: 585
This commit is contained in:
parent
8a65fe4f11
commit
7e0e3b388f
@ -6,6 +6,9 @@
|
|||||||
Contents: Electronic logbook utility
|
Contents: Electronic logbook utility
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.9 2003/07/15 12:17:13 midas
|
||||||
|
Removed FALSE/TRUE
|
||||||
|
|
||||||
Revision 1.8 2003/07/15 12:16:52 midas
|
Revision 1.8 2003/07/15 12:16:52 midas
|
||||||
Removed FALSE/TRUE
|
Removed FALSE/TRUE
|
||||||
|
|
||||||
@ -674,7 +677,7 @@ char old_attrib_name[MAX_N_ATTR][NAME_LENGTH], old_attrib[MAX_N_
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
} while (TRUE);
|
} while (1);
|
||||||
|
|
||||||
strlcat(text, new_text, TEXT_SIZE);
|
strlcat(text, new_text, TEXT_SIZE);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user