Commit fd2fa260c788cf2bca2449d41dfb3f78ec624612

Kano 2012-09-12T23:27:48

api.c add missing escape for comma in MSG_PGAUNW

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/api.c b/api.c
index 2e61aba..51f9d3b 100644
--- a/api.c
+++ b/api.c
@@ -496,7 +496,7 @@ struct CODES {
  { SEVERITY_INFO,  MSG_PGALRDIS,PARAM_PGA,	"PGA %d already disabled" },
  { SEVERITY_INFO,  MSG_PGAENA,	PARAM_PGA,	"PGA %d sent enable message" },
  { SEVERITY_INFO,  MSG_PGADIS,	PARAM_PGA,	"PGA %d set disable flag" },
- { SEVERITY_ERR,   MSG_PGAUNW,	PARAM_PGA,	"PGA %d is not flagged WELL, cannot enable" },
+ { SEVERITY_ERR,   MSG_PGAUNW,	PARAM_PGA,	"PGA %d is not flagged WELL\\, cannot enable" },
 #endif
 #ifdef WANT_CPUMINE
  { SEVERITY_ERR,   MSG_CPUNON,	PARAM_NONE,	"No CPUs" },