mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-12 19:33:03 +00:00
Changed typo
SVN revision: 741
This commit is contained in:
parent
811660e9e1
commit
4ce8292a5e
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.232 2004/02/03 12:31:57 midas
|
||||||
|
Changed typo
|
||||||
|
|
||||||
Revision 1.231 2004/02/03 12:30:40 midas
|
Revision 1.231 2004/02/03 12:30:40 midas
|
||||||
Changed typo
|
Changed typo
|
||||||
|
|
||||||
@ -7328,9 +7331,9 @@ int save_admin_config(LOGBOOK * lbs, char *section, char *buffer, char *error)
|
|||||||
|
|
||||||
/* combine old and new config */
|
/* combine old and new config */
|
||||||
#ifdef OS_UNIX
|
#ifdef OS_UNIX
|
||||||
sprintf(p1, "[%s]\r", section);
|
sprintf(p1, "[%s]\n", section);
|
||||||
strcat(p1, buffer);
|
strcat(p1, buffer);
|
||||||
strcat(p1, "\r\r");
|
strcat(p1, "\n\n");
|
||||||
#else
|
#else
|
||||||
sprintf(p1, "[%s]\r\n", section);
|
sprintf(p1, "[%s]\r\n", section);
|
||||||
strcat(p1, buffer);
|
strcat(p1, buffer);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user