- fixed bug in list
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
typedef struct ErrMsg {
|
||||
struct ErrMsg *next;
|
||||
char *text; /**< the message text */
|
||||
char *cmpr; /**< compressed message text */
|
||||
int cnt; /**< count */
|
||||
time_t last; /**< time of last message */
|
||||
} ErrMsg;
|
||||
@@ -22,6 +21,7 @@ typedef struct ErrMsg {
|
||||
* with the same text, storing only the count and the last used time.
|
||||
* Characters within sqaure brackets are not taken into account
|
||||
* when comparing messages.
|
||||
* The newset message is always at the head of the list.
|
||||
*
|
||||
* \param dump the error message list
|
||||
* \param fmt the format for the message
|
||||
|
||||
Reference in New Issue
Block a user