Gabriele Contini
2019-11-30 895fe02a11b7b7d38b460f6eee38f4f9fc2a614a
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");
   }