diff options
| author | robojumper <robojumper@gmail.com> | 2024-10-06 22:34:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-06 16:34:31 -0400 |
| commit | f8e61c7de8b2b8d2b2174f33457b1357175e2c0d (patch) | |
| tree | 8bc6000f32e20b0466fea7c8097b97de8cef1d36 /src/d/d_font_manager.cpp | |
| parent | 25d80826c74e968ef61591b7b973534a53244dba (diff) | |
More d/lyt (#52)
* More Lyt (maybe some wrong type associations)
* more meter
* Rename
* More splits and renames
* Fix SizedString conversion operators
* Renames
* dLytBattery_c almost OK
* d_lyt_battery OK
* diff clean
* Continue doing splits while I'm at it
* two more splits
Diffstat (limited to 'src/d/d_font_manager.cpp')
| -rw-r--r-- | src/d/d_font_manager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_font_manager.cpp b/src/d/d_font_manager.cpp index c4588a9f..2e15c4f8 100644 --- a/src/d/d_font_manager.cpp +++ b/src/d/d_font_manager.cpp @@ -54,7 +54,7 @@ const char *dFontMng_c::getFontPath(u8 idx) { } else { TEMP_FONT_NAME.sprintf("/US/Font/%s/%s", getUsedLanguageString(), systemFonts[idx]); } - return &TEMP_FONT_NAME; + return TEMP_FONT_NAME; } bool dFontMng_c::create() { |
