Revision: 3842
http://skim-app.svn.sourceforge.net/skim-app/?rev=3842&view=rev
Author: hofman
Date: 2008-05-03 11:20:22 -0700 (Sat, 03 May 2008)
Log Message:
-----------
Shorter 'EOF' marker for auto-reload of DVI files.
Modified Paths:
--------------
trunk/SKPDFDocument.m
Modified: trunk/SKPDFDocument.m
===================================================================
--- trunk/SKPDFDocument.m 2008-05-03 12:05:55 UTC (rev 3841)
+++ trunk/SKPDFDocument.m 2008-05-03 18:20:22 UTC (rev 3842)
@@ -1220,7 +1220,7 @@
unsigned trailerIndex;
if (isDVI) {
- pattern = [[NSString stringWithFormat:@"%C%C%C%C%C%C", 0xFB02,
0xFB02, 0xFB02, 0xFB02, 0xFB02, 0xFB02]
cStringUsingEncoding:NSMacOSRomanStringEncoding];
+ pattern = [[NSString stringWithFormat:@"%C%C%C%C", 0xFB02,
0xFB02, 0xFB02, 0xFB02] cStringUsingEncoding:NSMacOSRomanStringEncoding];
patternLength = strlen(pattern);
range = NSMakeRange(patternLength, [trailerData length] -
patternLength);
}
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 the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit