mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-15 17:47:09 +00:00
This commit is contained in:
parent
ee98af50c6
commit
58e465692f
@ -155,7 +155,7 @@ enum arg_type get_arg_type(const char *arg) {
|
||||
if (p == e + 1) {
|
||||
return ARG_LONG;
|
||||
}
|
||||
if (*p == '.') {
|
||||
if (*p == '.' || *p == ',') {
|
||||
p++;
|
||||
while (p <= e) {
|
||||
if (isdigit((unsigned char)*p) == 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user