Slightly better locking, but mostly .. minimenu on first boot will pick up icons...
[pandora-libraries.git] / lib / pnd_utility.c
index de2a2b7..b011cdd 100644 (file)
@@ -375,7 +375,7 @@ unsigned char pnd_lock ( char *lockname ) {
 
   snprintf ( fullpath, PATH_MAX, "%s/%s", PND_LOCK_PATH, lockname );
 
-  if ( ( fd = creat ( fullpath, 0400 ) < 0 ) ) {
+  if ( ( fd = creat ( fullpath, 0444 ) < 0 ) ) {
     return ( 0 ); // error, yeah, I know, no way to know why it failed..
   }