Some things are worse when you remove the 'p'.
---
lib/lib.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/lib.c b/lib/lib.c
index c4191d6..3e41c63 100644
--- a/lib/lib.c
+++ b/lib/lib.c
@@ -98,7 +98,7 @@ void error_exit_raw(char *msg)
void perror_exit_raw(char *msg)
{
- error_exit("%s", msg);
+ perror_exit("%s", msg);
}
// Keep reading until full or EOF
--
2.6.0.rc2.230.g3dd15c0
From 9f2a24d4d8a1eea1cc949cc161e956aa2e69679c Mon Sep 17 00:00:00 2001
From: Elliott Hughes <[email protected]>
Date: Sat, 9 Jan 2016 11:47:35 -0800
Subject: [PATCH] Fix perror_exit_raw.
Some things are worse when you remove the 'p'.
---
lib/lib.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/lib.c b/lib/lib.c
index c4191d6..3e41c63 100644
--- a/lib/lib.c
+++ b/lib/lib.c
@@ -98,7 +98,7 @@ void error_exit_raw(char *msg)
void perror_exit_raw(char *msg)
{
- error_exit("%s", msg);
+ perror_exit("%s", msg);
}
// Keep reading until full or EOF
--
2.6.0.rc2.230.g3dd15c0
_______________________________________________
Toybox mailing list
[email protected]
http://lists.landley.net/listinfo.cgi/toybox-landley.net