12345678910111213 |
- $OpenBSD: patch-src_gripcfg_c,v 1.1 2017/04/30 15:38:15 naddy Exp $
- --- src/gripcfg.c.orig
- +++ src/gripcfg.c
- @@ -791,7 +791,7 @@ gboolean LoadRipperConfig(GripInfo *ginfo,int ripcfg)
- };
-
- #ifdef CDPAR
- - if(ripcfg==0) return;
- + if(ripcfg==0) return 0;
- #endif
-
- sprintf(buf,"%s/%s-%s",getenv("HOME"),ginfo->config_filename,
|