c7824a driver: pe_get_driver_ctx(): fix oversight in invocation of argv_get().

Authored and Committed by midipix 6 years ago
    driver: pe_get_driver_ctx(): fix oversight in invocation of argv_get().
    
        
file modified
+1 -1
src/driver/pe_driver_ctx.c CHANGED
@@ -143,7 +143,7 @@ int pe_get_driver_ctx(
143
143
if (!(meta = argv_get(
144
144
argv,optv,
145
145
pe_argv_flags(flags),
146
- STDERR_FILENO)))
146
+ fdctx->fderr)))
147
147
return -1;
148
148
149
149
pretty = 0;