]> git.llucax.com Git - software/eventxx.git/commit
Fix an implicit cast from const char* (string literal) to char*.
authorLeandro Lucarella <llucarella@integratech.com.ar>
Fri, 21 Sep 2007 16:21:17 +0000 (13:21 -0300)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Fri, 21 Sep 2007 16:21:17 +0000 (13:21 -0300)
commit82c7b420703e0fe842d38cc571a260a8494d7bc2
treeee2069c004b793ea1520a5d0c64120dc00c09c31
parent603c9c6d30d790ebe838ae858aeb1b365e06fef0
Fix an implicit cast from const char* (string literal) to char*.

This avoids a compiler warning (and does the right thing(TM)).
test/test-eof.cpp
test/test-weof.cpp