Revision: 2875
          http://skim-app.svn.sourceforge.net/skim-app/?rev=2875&view=rev
Author:   hofman
Date:     2007-09-09 17:19:59 -0700 (Sun, 09 Sep 2007)

Log Message:
-----------
The cross reference able of an FDF file can contain letters f or n. 

Modified Paths:
--------------
    trunk/SKFDFParser.m

Modified: trunk/SKFDFParser.m
===================================================================
--- trunk/SKFDFParser.m 2007-09-10 00:09:03 UTC (rev 2874)
+++ trunk/SKFDFParser.m 2007-09-10 00:19:59 UTC (rev 2875)
@@ -157,7 +157,8 @@
     if (success) {
         while ([scanner scanString:@"xref" intoString:NULL]) {
             while ([scanner scanFDFComment:NULL]);
-            while ([scanner scanInt:NULL]) {
+            while ([scanner scanInt:NULL] && [scanner scanInt:NULL]) {
+                [scanner scanString:@"n" intoString:NULL] || [scanner 
scanString:@"f" intoString:NULL];
                 while ([scanner scanFDFComment:NULL]);
             }
         }


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to