mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-13 22:49:11 +00:00
parent
5e069a64d4
commit
d932948fb4
954 changed files with 1095 additions and 1342 deletions
|
@ -101,7 +101,7 @@ void(vflogf)(unsigned level, const char *file, int line, FILE *f,
|
|||
bool issamesecond;
|
||||
char buf32[32], *buf32p;
|
||||
int64_t secs, nsec, dots;
|
||||
if (!f) f = g_logfile;
|
||||
if (!f) f = __log_file;
|
||||
if (fileno(f) == -1) return;
|
||||
t2 = nowl();
|
||||
secs = t2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue