Explorar o código

fix xremote_get_version temporarily

MX %!s(int64=2) %!d(string=hai) anos
pai
achega
ab5b922b7a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      xremote.c

+ 1 - 1
xremote.c

@@ -19,7 +19,7 @@
 #define TAG "XRemote"
 
 void xremote_get_version(char* version, size_t length) {
-    snprintf(version, length, "%.1f.%d", (double)FAP_VERSION, XREMOTE_BUILD_NUMBER);
+    snprintf(version, length, "%.1f.%d", (double)1.1, XREMOTE_BUILD_NUMBER);
 }
 
 static uint32_t xremote_view_exit_callback(void* context) {