Skip to content

Commit ee1015a

Browse files
committed
return raw char array
1 parent 515c707 commit ee1015a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code/camera/photomode.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ SCP_string format_photo_mode_keybind(int action)
165165
auto secondary = Control_config[action].second.textify();
166166

167167
if (primary.empty() && secondary.empty()) {
168-
return SCP_string(XSTR("Unbound", 1909));
168+
return XSTR("Unbound", 1909);
169169
}
170170
if (primary.empty()) {
171171
return secondary;

0 commit comments

Comments
 (0)