From 7e681ffce18c4b718ec4d454baebbad866f0362e Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Thu, 24 May 2012 20:38:02 +0100 Subject: Fix bug that causes ptsave URL parsing to fail if there is no '#' diff --git a/src/main.c b/src/main.c index 224dfb6..2423ab7 100644 --- a/src/main.c +++ b/src/main.c @@ -937,7 +937,6 @@ int main(int argc, char *argv[]) } if(!tempString[ci]) { - break; okay = 1; } if(okay) -- cgit v0.9.2-21-gd62e