Explorar el Código

"Set" values should be set in single quotes.

o7-machinehum hace 9 meses
padre
commit
64b340ec27
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      scenes/blackhat_scene_rename.c

+ 1 - 1
scenes/blackhat_scene_rename.c

@@ -36,7 +36,7 @@ bool blackhat_scene_rename_on_event(void* context, SceneManagerEvent event)
         snprintf(
         snprintf(
             app->text_store,
             app->text_store,
             sizeof(app->text_store),
             sizeof(app->text_store),
-            "%s %s\n",
+            "%s '%s'\n",
             app->selected_tx_string,
             app->selected_tx_string,
             app->text_input_ch
             app->text_input_ch
         );
         );