diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2003-12-17 22:21:02 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2003-12-17 22:21:02 +0000 |
commit | bffe1ece0e72e008cdc9813e1f0a2517ef0ff2e7 (patch) | |
tree | 25328abb1b79dcd030ed711918a3b10ef38cf7c6 /gdb/symtab.c | |
parent | 68219205a773719f38e59154a711b6aed478404d (diff) | |
download | gdb-bffe1ece0e72e008cdc9813e1f0a2517ef0ff2e7.zip gdb-bffe1ece0e72e008cdc9813e1f0a2517ef0ff2e7.tar.gz gdb-bffe1ece0e72e008cdc9813e1f0a2517ef0ff2e7.tar.bz2 |
2003-12-17 Jeff Johnston <jjohnstn@redhat.com>
* symtab.c (decode_line_spec): Change call to decode_line_1.
Diffstat (limited to 'gdb/symtab.c')
-rw-r--r-- | gdb/symtab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symtab.c b/gdb/symtab.c index 6e35e84..1d7b396 100644 --- a/gdb/symtab.c +++ b/gdb/symtab.c @@ -3868,7 +3868,7 @@ decode_line_spec (char *string, int funfirstline) sals = decode_line_1 (&string, funfirstline, cursal.symtab, cursal.line, - (char ***) NULL); + (char ***) NULL, NULL); if (*string) error ("Junk at end of line specification: %s", string); |