Revision: 16392
          http://sourceforge.net/p/skim-app/code/16392
Author:   hofman
Date:     2026-07-23 09:30:55 +0000 (Thu, 23 Jul 2026)
Log Message:
-----------
remove testing code

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

Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m      2026-07-23 09:29:44 UTC (rev 16391)
+++ trunk/SKMainWindowController.m      2026-07-23 09:30:55 UTC (rev 16392)
@@ -1778,7 +1778,7 @@
 
 - (BOOL)findString:(NSString *)string forward:(BOOL)forward {
     PDFDocument *pdfDoc = [pdfView document];
-    if (0&[pdfDoc isFinding]) {
+    if ([pdfDoc isFinding]) {
         NSBeep();
         return NO;
     }

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

Reply via email to