Add Linux native GUI program for Ventoy2Disk.

x86_64    gtk2/gtk3
i386      gtk2/gtk3
aarch64   gtk3
mips64el  gtk3
This commit is contained in:
longpanda 2021-09-08 10:44:41 +08:00
parent 7db83dc0f1
commit dd2411d7d4
37 changed files with 11312 additions and 131 deletions

View file

@ -133,7 +133,7 @@ void ventoy_syslog(int level, const char *Fmt, ...)
if (fp)
{
fprintf(fp, "[%04u/%02u/%02u %02u:%02u:%02u] %s",
ttm.tm_year, ttm.tm_mon, ttm.tm_mday,
ttm.tm_year + 1900, ttm.tm_mon, ttm.tm_mday,
ttm.tm_hour, ttm.tm_min, ttm.tm_sec,
log);
fclose(fp);