Commit edd13df7dcf8e772d203916249ea93523ab449ba
1 parent
a1497a01
Exists in
master
and in
3 other branches
Removendo warnings durante a compilação em 64 bits/gtk3
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
telnet.c
... | ... | @@ -983,7 +983,7 @@ LIB3270_EXPORT void lib3270_data_recv(H3270 *hSession, size_t nr, const unsigned |
983 | 983 | { |
984 | 984 | register const unsigned char * cp; |
985 | 985 | |
986 | - trace("%s: nr=%d",__FUNCTION__,nr); | |
986 | + trace("%s: nr=%d",__FUNCTION__,(int) nr); | |
987 | 987 | |
988 | 988 | trace_netdata(hSession, '<', netrbuf, nr); |
989 | 989 | ... | ... |