mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-01-04 05:34:45 +01: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:
parent
3e3324b06b
commit
a8e7e18656
5 changed files with 460 additions and 356 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue