CMB / edbrowse

A command-line editor and web browser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please fix the format warning

yurivict opened this issue · comments

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