mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2025-12-24 00:04:58 +01:00
Fix a trivial parsing bug caught by static analysis
R=ted
This commit is contained in:
parent
c65ed6573e
commit
7fc25b8962
1 changed files with 1 additions and 1 deletions
|
|
@ -483,7 +483,7 @@ bool SymbolParseHelper::ParseFile(char *file_line, long *index,
|
|||
}
|
||||
|
||||
*filename = tokens[1];
|
||||
if (!filename) {
|
||||
if (!*filename) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue