projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix length test
[proxmark3-svn]
/
client
/
ui.c
diff --git
a/client/ui.c
b/client/ui.c
index ba230e3316fa70a35f0d7bc5cbd8a129c4422927..5902cb89923f980a0318b4819aac17ec4831b40c 100644
(file)
--- a/
client/ui.c
+++ b/
client/ui.c
@@
-12,7
+12,6
@@
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
-#include <time.h>
#include <readline/readline.h>
#include <pthread.h>
#include <readline/readline.h>
#include <pthread.h>
@@
-34,7
+33,7
@@
void PrintAndLog(char *fmt, ...)
static FILE *logfile = NULL;
static int logging=1;
static FILE *logfile = NULL;
static int logging=1;
- // lock this section to avoid interlacing prints from different threa
t
s
+ // lock this section to avoid interlacing prints from different threa
d
s
pthread_mutex_lock(&print_lock);
if (logging && !logfile) {
pthread_mutex_lock(&print_lock);
if (logging && !logfile) {
Impressum
,
Datenschutz