diff src/paranormal/cfg.c @ 332:626f9f4d79a8 trunk

[svn] Remove old-style is_our_file() where a new-style is_our_fd() exists
author kiyoshi
date Tue, 05 Dec 2006 01:07:41 -0800
parents 5648731be0fd
children 15e7d3473974
line wrap: on
line diff
--- a/src/paranormal/cfg.c	Mon Dec 04 15:26:12 2006 -0800
+++ b/src/paranormal/cfg.c	Tue Dec 05 01:07:41 2006 -0800
@@ -352,7 +352,7 @@
 {
   if (selector)
     {
-      const char *fname;
+      static const char *fname;
       struct pn_actuator *a;
       GtkCTreeNode *root;
       ConfigDb *db;