DEADSOFTWARE

fix gcc 4.0
[odcread.git] / main / odcread.cc
index a2a2bd57dca6ec919de8e4918e6916460049a9c0..5dc5b42702246b9fbdeabcd82ee62d3d30091bdf 100644 (file)
@@ -171,7 +171,7 @@ int main(int argc, char *argv[]) {
 //     std::cout << s->toPlainText() << std::endl;
 //     std::cout << std::endl << std::endl;
 
-       if (s == nullptr) {
+       if (s == NULL) {
                return 1;
        }