This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
>>>>> "Jan" == Jan Kratochvil <jan.kratochvil@redhat.com> writes: Jan> I failed to find a countercase but wouldn't you prefer: Jan> - if (*p != '\0') Jan> + if (*p != '\0' && !(p[0] == ':' && p[1] == ':')) Yeah, that is what I will check in. Tom
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |