Skip to content

Commit

Permalink
Fix --psfby option to write gsfby tag, not psfby
Browse files Browse the repository at this point in the history
  • Loading branch information
loveemu committed May 31, 2018
1 parent c400957 commit 65a2287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/saptapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1523,7 +1523,7 @@ int main(int argc, char **argv)
tags["_lib"] = gsflib_filename;
}
if (!psfby.empty()) {
tags["psfby"] = psfby;
tags["gsfby"] = psfby;
}
if (!Saptapper::exe2gsf(gsf_filename.c_str(), exe, exe_size, tags))
{
Expand Down

0 comments on commit 65a2287

Please sign in to comment.