[Goodies-commits] r3990 - ristretto/trunk/src
    Stephan Arts 
    stephan at xfce.org
       
    Sat Feb 23 23:25:30 CET 2008
    
    
  
Author: stephan
Date: 2008-02-23 22:25:30 +0000 (Sat, 23 Feb 2008)
New Revision: 3990
Modified:
   ristretto/trunk/src/main.c
Log:
Fix bug 3870;
Modified: ristretto/trunk/src/main.c
===================================================================
--- ristretto/trunk/src/main.c	2008-02-23 15:16:09 UTC (rev 3989)
+++ ristretto/trunk/src/main.c	2008-02-23 22:25:30 UTC (rev 3990)
@@ -279,6 +279,8 @@
     if (argc > 1)
     {
         RsttoOpenFiles rof;
+
+        rof.files = NULL;
         rof.navigator = navigator;
         for (n = 1; n < argc; ++n)
         {
    
    
More information about the Goodies-commits
mailing list