mirror of
https://codeberg.org/nahuhh/wownero
synced 2026-03-04 21:57:40 -05:00
blockchain_stats: fix sign in formatting function
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user