vmg / sundown

Standards compliant, fast, secure markdown processing library in C
1.99k stars 385 forks source link

The build was broken; I fixed it. I'm using gcc 4.5.2 on Ubuntu. #72

Closed splicer closed 12 years ago

splicer commented 12 years ago

Fixed the following build break:

gcc -c -g -O3 -fPIC -Wall -Werror -Wsign-compare -Isrc -Ihtml -c -o html/houdini_html_e.o html/houdini_html_e.c cc1: warnings being treated as errors html/houdini_html_e.c: In function ‘houdini_escape_html0’: html/houdini_html_e.c:52:22: error: ‘esc’ may be used uninitialized in this function make: *\ [html/houdini_html_e.o] Error 1

splicer commented 12 years ago

Hi tanoku! Just wondering why you haven't pulled this yet...

yoannsculo commented 12 years ago

I was about to make a pull request for the same problem. I've just seen the discussion about it. Even if the fix itself is quite trivial, that's not very convenient to get a broken build. Could you please add it ? Anyway, thanks for your works. This is awesome and very usefull for me !

vmg commented 12 years ago

Apologies, I've been busy with Git stuff. This has been merge as part of another PR. Thanks for noticing, and sorry again it took so long!

splicer commented 12 years ago

Thanks :)