mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-03-04 20:02:58 +00:00
Fix compilation of crash_generation_server.cc, and add it to the client library sources so it actually gets built.
R=mark at https://breakpad.appspot.com/446003/ git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1036 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
@@ -81,7 +81,7 @@ GetInodeForProcPath(ino_t* inode_out, const char* path)
|
||||
assert(path);
|
||||
|
||||
char buf[PATH_MAX];
|
||||
if (!SafeReadLink(path, buf)) {
|
||||
if (!google_breakpad::SafeReadLink(path, buf)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user