mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-18 02:55:12 +00:00
Fixed a typo and re-added an accidentally removed line
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1002 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
parent
9a44d8b1c8
commit
2a7a05342f
@ -754,7 +754,7 @@ static char *scan_graph(const char *args, int *w, int *h,
|
||||
*h = 25;
|
||||
*first_colour = 0;
|
||||
*last_colour = 0;
|
||||
|
||||
*scale = 0;
|
||||
/* graph's argument is either height or height,width */
|
||||
if (args) {
|
||||
if (sscanf(args, "%d,%d %x %x %i", h, w, first_colour, last_colour,
|
||||
|
@ -150,7 +150,7 @@ void mbox_scan(char *args, char *output, size_t max_len)
|
||||
free(copy_args);
|
||||
}
|
||||
if (strlen(mbox_mail_spool) < 1) {
|
||||
CRIT_ERR("Usage: ${mboxscan [-n <number of messages to print>] [-fw <from width>] [-sw <subject width>] [-t <delay in sec> mbox}");
|
||||
CRIT_ERR("Usage: ${mboxscan [-n <number of messages to print>] [-fw <from width>] [-sw <subject width>] [-t <delay in sec> mbox]}");
|
||||
}
|
||||
|
||||
/* allowing $MAIL in the config */
|
||||
|
Loading…
Reference in New Issue
Block a user