nasontyphalt
05-02-2006, 19:11
Folgender Programmteil führt beim compilieren zur darauf folgenden Meldung:
char timestamp_string[10];
time_t timestamp;
time(×tamp);
sprintf(timestamp_string,timestamp);
netz.c:23: warning: passing arg 2 of `sprintf' makes pointer from integer without a cast
Zu hilfe, zu hilfe... :D
char timestamp_string[10];
time_t timestamp;
time(×tamp);
sprintf(timestamp_string,timestamp);
netz.c:23: warning: passing arg 2 of `sprintf' makes pointer from integer without a cast
Zu hilfe, zu hilfe... :D