Skip to content

Commit

Permalink
commented out lines 376 and 534 from dl_fldigi.cxx - fixes crash when…
Browse files Browse the repository at this point in the history
… no net connection
  • Loading branch information
jamescoxon committed Jul 14, 2010
1 parent 38b138a commit 9f29d42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/misc/dl_fldigi.cxx
Expand Up @@ -373,7 +373,7 @@ static void *dl_fldigi_post_thread(void *thread_argument)
else
{
#ifdef DL_FLDIGI_DEBUG
fprintf(stderr, "dl_fldigi: (thread %li) curl result (%i) %s\n", pthread_self(), result, curl_easy_strerror(result));
//fprintf(stderr, "dl_fldigi: (thread %li) curl result (%i) %s\n", pthread_self(), result, curl_easy_strerror(result));
#endif

put_status_safe("dl_fldigi: sentence upload failed", 10);
Expand Down Expand Up @@ -531,7 +531,7 @@ static void *dl_fldigi_download_thread(void *thread_argument)
else
{
#ifdef DL_FLDIGI_DEBUG
fprintf(stderr, "dl_fldigi: (thread %li) curl result (%i) %s\n", pthread_self(), result, curl_easy_strerror(result));
//fprintf(stderr, "dl_fldigi: (thread %li) curl result (%i) %s\n", pthread_self(), result, curl_easy_strerror(result));
#endif

put_status_safe("dl_fldigi: payload information: download failed", 10);
Expand Down

0 comments on commit 9f29d42

Please sign in to comment.