]> Git repositories of Nishi - tewi.git/commitdiff
[release 2.03D]
authorNishi <nishi@nishi.boats>
Wed, 2 Oct 2024 03:01:30 +0000 (03:01 +0000)
committerNishi <nishi@nishi.boats>
Wed, 2 Oct 2024 03:01:30 +0000 (03:01 +0000)
git-svn-id: file:///raid/svn-personal/tewi/trunk@209 8739d7e6-ffea-ec47-b151-bdff447c6205

Server/main.c
Server/tw_version.h

index cece19bfb3a7141c97f9dc3e8a899cee039e9fc9..68dab7c3af120b16cfd760cb2c8d1898e9308da1 100644 (file)
@@ -510,7 +510,6 @@ void show_png(void) {
 #endif
 
 int main(int argc, char** argv) {
-       printf("%s\n", get_registry("Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Tewi HTTPd", "InstallDir"));
        logfile = stderr;
 #ifdef SERVICE
        SERVICE_TABLE_ENTRY table[] = {{"Tewi HTTPd", servmain}, {NULL, NULL}};
index 9f40e32076af513526ff10af3b579766cd777f48..99b548a8d42c91a295364a9227fb58b9aa7259d6 100644 (file)
@@ -7,7 +7,7 @@
 extern "C" {
 #endif
 
-#define TW_VERSION "2.03C\0"
+#define TW_VERSION "2.03D\0"
 
 const char* tw_get_version(void);
 const char* tw_get_platform(void);