mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Fixed small bug
SVN revision: 32
This commit is contained in:
parent
92701a0406
commit
b56d06f0ed
10
elogd.c
10
elogd.c
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.11 2002/02/12 16:06:10 midas
|
||||||
|
Fixed small bug
|
||||||
|
|
||||||
Revision 1.10 2002/01/31 00:51:41 midas
|
Revision 1.10 2002/01/31 00:51:41 midas
|
||||||
Small patch to make elogd run under Max OS X (Darwin), thanks to Dominik Westner <westner@logicunited.com>
|
Small patch to make elogd run under Max OS X (Darwin), thanks to Dominik Westner <westner@logicunited.com>
|
||||||
|
|
||||||
@ -5745,8 +5748,11 @@ FILE *f;
|
|||||||
strcat(file_name, DIR_SEPARATOR_STR);
|
strcat(file_name, DIR_SEPARATOR_STR);
|
||||||
strcat(file_name, "themes");
|
strcat(file_name, "themes");
|
||||||
strcat(file_name, DIR_SEPARATOR_STR);
|
strcat(file_name, DIR_SEPARATOR_STR);
|
||||||
strcat(file_name, theme_name);
|
if (theme_name[0])
|
||||||
strcat(file_name, DIR_SEPARATOR_STR);
|
{
|
||||||
|
strcat(file_name, theme_name);
|
||||||
|
strcat(file_name, DIR_SEPARATOR_STR);
|
||||||
|
}
|
||||||
strcat(file_name, path);
|
strcat(file_name, path);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user