mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-28 06:55:27 +00:00
It shouldn't be an error to have an empty configuration file. This
causes some shift-reduce conflicts, but I think they are OK. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@255 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -148,7 +148,9 @@ def :
|
||||
strncpy(default_serial, $3->value.string, PATH_MAX);
|
||||
default_serial[PATH_MAX-1] = 0;
|
||||
free_token($3);
|
||||
}
|
||||
} |
|
||||
|
||||
/* empty */
|
||||
;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user