blockchain_stats: fix sign in formatting function

pull/200/head
moneromooo-monero 6 years ago
parent adaea3ea3c
commit 113e487739
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -205,7 +205,7 @@ plot 'stats.csv' index "DATA" using (timecolumn(1,"%Y-%m-%d")):4 with lines, ''
char buf[8];
unsigned int i;
for (i=0; i<24; i++) {
sprintf(buf, "\t%02d:00", i);
sprintf(buf, "\t%02u:00", i);
std::cout << buf;
}
}

Loading…
Cancel
Save