diff options
author | Jacek Antonelli | 2008-08-15 23:45:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:50 -0500 |
commit | 2a4dea528f670b9bb1f77ef27a8a1dd16603d114 (patch) | |
tree | 95c68e362703c9099d571ecbdc6142b1cda1e005 /linden/indra/mac_updater | |
parent | Second Life viewer sources 1.20.6 (diff) | |
download | meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.zip meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.gz meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.bz2 meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.xz |
Second Life viewer sources 1.20.7
Diffstat (limited to 'linden/indra/mac_updater')
-rw-r--r-- | linden/indra/mac_updater/mac_updater.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/mac_updater/mac_updater.cpp b/linden/indra/mac_updater/mac_updater.cpp index b7773e2..15e28ac 100644 --- a/linden/indra/mac_updater/mac_updater.cpp +++ b/linden/indra/mac_updater/mac_updater.cpp | |||
@@ -727,7 +727,7 @@ void *updatethreadproc(void*) | |||
727 | char temp[PATH_MAX] = ""; /* Flawfinder: ignore */ | 727 | char temp[PATH_MAX] = ""; /* Flawfinder: ignore */ |
728 | // *NOTE: This buffer length is used in a scanf() below. | 728 | // *NOTE: This buffer length is used in a scanf() below. |
729 | char deviceNode[1024] = ""; /* Flawfinder: ignore */ | 729 | char deviceNode[1024] = ""; /* Flawfinder: ignore */ |
730 | FILE *downloadFile = NULL; | 730 | LLFILE *downloadFile = NULL; |
731 | OSStatus err; | 731 | OSStatus err; |
732 | ProcessSerialNumber psn; | 732 | ProcessSerialNumber psn; |
733 | char target[PATH_MAX] = ""; /* Flawfinder: ignore */ | 733 | char target[PATH_MAX] = ""; /* Flawfinder: ignore */ |
@@ -942,7 +942,7 @@ void *updatethreadproc(void*) | |||
942 | 942 | ||
943 | snprintf(temp, sizeof(temp), "SecondLife.dmg"); | 943 | snprintf(temp, sizeof(temp), "SecondLife.dmg"); |
944 | 944 | ||
945 | downloadFile = fopen(temp, "wb"); /* Flawfinder: ignore */ | 945 | downloadFile = LLFile::fopen(temp, "wb"); /* Flawfinder: ignore */ |
946 | if(downloadFile == NULL) | 946 | if(downloadFile == NULL) |
947 | { | 947 | { |
948 | throw 0; | 948 | throw 0; |