Commit 6158b18c81ea5a32acd8bdecafe1dfe32619d667
- Diff rendering mode:
- inline
- side by side
src/net/download.cpp
(1 / 1)
|   | |||
| 123 | 123 | ||
| 124 | 124 | if (!mThread) | |
| 125 | 125 | { | |
| 126 | logger->log(DOWNLOAD_ERROR_MESSAGE_THREAD); | ||
| 126 | logger->log("%s", DOWNLOAD_ERROR_MESSAGE_THREAD); | ||
| 127 | 127 | strcpy(mError, DOWNLOAD_ERROR_MESSAGE_THREAD); | |
| 128 | 128 | mUpdateFunction(mPtr, DOWNLOAD_STATUS_THREAD_ERROR, 0, 0); | |
| 129 | 129 |

