lurumdare
2019-09-07 e24c5e05d6ab923f1d9ee22d0fdafb893d9732b1
src/library/base/logger.c
@@ -33,7 +33,7 @@
   strncpy(logpath, folder, MAX_PATH);
   strncat(logpath, "/open-license.log", MAX_PATH - strlen(logpath));
#else
   int plen = GetTempPath(MAX_PATH, logpath);
   const int plen = GetTempPath(MAX_PATH, logpath);
   if(plen == 0) {
      fprintf(stderr, "Error getting temporary directory path");
   }