From 3016deaba90b3956a04efa04c4b213f49b7fde8f Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 22 Nov 2006 20:52:16 +0000 Subject: [PATCH] From Paul de Repentigny, "When calling osgdem with argument "--image-ext", the application just returns after loading the proper ReaderWriter for the given extension." Fix was to remove the erroenous return. --- applications/osgdem/osgdem.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/applications/osgdem/osgdem.cpp b/applications/osgdem/osgdem.cpp index b7e03a41a..2a0d18ae9 100644 --- a/applications/osgdem/osgdem.cpp +++ b/applications/osgdem/osgdem.cpp @@ -333,7 +333,6 @@ int main( int argc, char **argv ) { image_ext.insert(0,"."); dataset->setDestinationImageExtension(image_ext); - return 1; } else {