Loading Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ endif CC = gcc DEFINES = CFLAGS = -g $(FLAGS2) $(INCLUDES) $(DEFINES) -Wall -O3 -Wno-format CFLAGS = -g -ggdb $(FLAGS2) $(INCLUDES) $(DEFINES) -Wall -O3 -Wno-format .SUFFIXES: .c .cpp # just compile everything in the 'src' directory. Using this technique Loading src/proto-banner1.c +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ banner1_parse( } else { size_t len = length; if (len > banner_max - *banner_offset) len = banner_max = *banner_offset; len = banner_max - *banner_offset; memcpy(banner + *banner_offset, px, len); (*banner_offset) += (unsigned)len; } Loading Loading
Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ endif CC = gcc DEFINES = CFLAGS = -g $(FLAGS2) $(INCLUDES) $(DEFINES) -Wall -O3 -Wno-format CFLAGS = -g -ggdb $(FLAGS2) $(INCLUDES) $(DEFINES) -Wall -O3 -Wno-format .SUFFIXES: .c .cpp # just compile everything in the 'src' directory. Using this technique Loading
src/proto-banner1.c +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ banner1_parse( } else { size_t len = length; if (len > banner_max - *banner_offset) len = banner_max = *banner_offset; len = banner_max - *banner_offset; memcpy(banner + *banner_offset, px, len); (*banner_offset) += (unsigned)len; } Loading