File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ static const char *errMsg[] = {
9292// error number doesn't fall within the valid error number range, an empty
9393// string is returned.
9494// -----------------------------------------------------------------------------
95- string njsMessages::Get (njsErrorType err, ...)
95+ string njsMessages::Get (int err, ...)
9696{
9797 char msg[NJS_MAX_ERROR_MSG_LEN + 1 ];
9898 va_list vlist;
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ typedef enum {
9999// -----------------------------------------------------------------------------
100100class njsMessages {
101101public:
102- static string Get (njsErrorType err, ...);
102+ static string Get (int err, ...);
103103};
104104
105105#endif /* __NJSMESSAGES_H__ */
You can’t perform that action at this time.
0 commit comments