CMB / edbrowse

A command-line editor and web browser.
Other
344 stars 31 forks source link

Please fix the format warning #34

Open yurivict opened 6 years ago

yurivict commented 6 years ago

clang prints this:

css.c:1975:47: warning: format specifies type 'int' but the argument has type 'long' [-Wformat]
                        printf("css hash mismatch %d versus %d\n", mark - h,
                                                  ~~               ^~~~~~~~
                                                  %ld