Skip to content

Commit

Permalink
Fix chdir override in fett263 prop (#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedker authored Apr 30, 2024
1 parent e95cf0c commit df41131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion props/saber_fett263_buttons.h
Original file line number Diff line number Diff line change
Expand Up @@ -1800,7 +1800,7 @@ SaberFett263Buttons() : PropBase() {}
RestoreGestureState();
}

bool chdir(const char* dir) override {
bool chdir(const StringPiece dir) override {
bool ret = PropBase::chdir(dir);
num_tracks_ = RunCommandAndGetSingleLine("list_current_tracks", nullptr, 0, 0, 0);
track_num_ = 0;
Expand Down

0 comments on commit df41131

Please sign in to comment.