You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-plugins/vdr-filebrowser/files/vdr-filebrowser-0.2.3-clang...

12 lines
488 B

--- a/command-sources.c 2021-08-14 21:20:11.367590500 +0200
+++ b/command-sources.c 2021-08-14 21:20:26.375889660 +0200
@@ -93,7 +93,7 @@
void cFilebrowserCommandSourcesList::cSource::SwitchTo(cFilebrowserStatebag* Statebag)
{
D(fprintf(stderr, "[filebrowser] Setting new source: %s\n", *Path));
- sprintf(Statebag->BaseDir, "%s", Path);
+ sprintf(Statebag->BaseDir, "%s", *Path);
Statebag->CurrentFiles->Clear();
Statebag->CurrentDirectory=Path;
Statebag->Filter=Filter;