Revision: 15719
http://sourceforge.net/p/skim-app/code/15719
Author: hofman
Date: 2025-10-27 15:51:28 +0000 (Mon, 27 Oct 2025)
Log Message:
-----------
initialize variable
Modified Paths:
--------------
trunk/SKBasePDFView.m
Modified: trunk/SKBasePDFView.m
===================================================================
--- trunk/SKBasePDFView.m 2025-10-27 15:18:46 UTC (rev 15718)
+++ trunk/SKBasePDFView.m 2025-10-27 15:51:28 UTC (rev 15719)
@@ -391,7 +391,7 @@
// this is bound to PageDown in PDFView
- (void)scrollPageUp:(id)sender {
- NSScrollView *scrollView;
+ NSScrollView *scrollView = nil;
NSClipView *clipView = nil;
NSRect bounds = NSZeroRect;
PDFPage *page = nil;
@@ -433,7 +433,7 @@
// this is bound to PageUp in PDFView
- (void)scrollPageDown:(id)sender {
- NSScrollView *scrollView;
+ NSScrollView *scrollView = nil;
NSClipView *clipView = nil;
NSRect bounds = NSZeroRect;
PDFPage *page = nil;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit