فهرست منبع

Update scan list as intended

jblanked 1 سال پیش
والد
کامیت
47d4dd36d4
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      flipper_http/flipper_http.c

+ 1 - 1
flipper_http/flipper_http.c

@@ -1098,7 +1098,7 @@ void flipper_http_rx_callback(const char *line, void *context)
     // custom function to FlipWiFi
     if (fhttp.save_received_data)
     {
-        if (!flipper_http_append_to_file(line, strlen(line), !fhttp.just_started_get, fhttp.file_path))
+        if (!flipper_http_append_to_file(line, strlen(line), fhttp.just_started_get, fhttp.file_path))
         {
             FURI_LOG_E(HTTP_TAG, "Failed to append data to file.");
             fhttp.just_started_get = false;