1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-30 05:59:07 +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:
Kevin Lyles 2008-02-20 10:00:45 +00:00
parent 9a44d8b1c8
commit 2a7a05342f
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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 */