This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#include "../../utils/shell_utils.h"
|
||||
#include <stdio.h>
|
||||
|
||||
WpCmdError _getOutputStatus(FILE *fp, i32 *status_out) {
|
||||
WpCmdError getOutputStatus(FILE *fp, i32 *status_out) {
|
||||
if (!feof(fp)) {
|
||||
// Ensure process is closed on failure
|
||||
wpShellUtilsPclose(fp);
|
||||
|
||||
Reference in New Issue
Block a user