Commit Graph

11 Commits

Author SHA1 Message Date
NRK
faeebc076c fix all -Wmissing-prototypes warnings 2022-04-29 15:59:13 +06:00
Tatsuya Kinoshita
47dea69486 Remove incomplete special_domain tests
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=385702
2015-10-10 19:20:25 +09:00
David Crosby
adcc02592c Use unsigned int for max_count 2015-08-11 21:59:27 +09:00
David Crosby
80b38e6bc3 Fix resource leak in load_cookies 2015-08-11 21:59:27 +09:00
David Crosby
9cbcd21d8d Change total_dot_number to unsigned int 2015-08-11 21:59:26 +09:00
David Crosby
3746ab24c7 Free tmp 2015-08-11 21:59:26 +09:00
Tatsuya Kinoshita
5e9545756b Do not use C99 printf format specifiers and asprintf 2015-01-15 19:13:51 +09:00
Scarlett
ec8272d8fe Correct printf arguments and use asprintf
Origin: http://marc.info/?l=openbsd-ports&m=142090828929750&w=2

* Str.c: Use asprintf() instead of rolling our own printf string
length detection.

* cookie.c: Pass the char pointer in the string struct to printf %s
instead of the string struct itself.
Print time_t using %lld instead of %ld to allow for 64-bit time_t.

* main.c: Print a long int using the correct format specifier.

* map.c: Print size_t using the correct format specifier.
2015-01-15 18:58:35 +09:00
Tatsuya Kinoshita
5397d09e58 Adding upstream version 0.5.3 2011-05-04 16:41:45 +09:00
Tatsuya Kinoshita
6db339b3d7 Adding upstream version 0.5.2 2011-05-04 16:23:02 +09:00
Tatsuya Kinoshita
72f72d64a4 Adding upstream version 0.5.1 2011-05-04 16:05:14 +09:00