summaryrefslogtreecommitdiff
path: root/emu
diff options
context:
space:
mode:
Diffstat (limited to 'emu')
-rw-r--r--emu/MacOSX/deveia.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/emu/MacOSX/deveia.c b/emu/MacOSX/deveia.c
index c9c9b27f..3f2cec6c 100644
--- a/emu/MacOSX/deveia.c
+++ b/emu/MacOSX/deveia.c
@@ -108,7 +108,7 @@ _buildsysdev(void)
for(i = 0; i < npath && i < nelem(sysdev); i++){
if(CFStringGetCString(CFArrayGetValueAtIndex(paths, i), eiapath, sizeof(eiapath), kCFStringEncodingUTF8)){
sysdev[o] = strdup(eiapath);
- if(vflag)
+ if(vflag > 1)
print("BSD path: '%s'\n", sysdev[o]);
o++;
}