Skip to content

Commit

Permalink
fixed lfsmimeeditor
Browse files Browse the repository at this point in the history
  • Loading branch information
KeithDHedger committed Jun 9, 2024
1 parent 59e1f4c commit 86e8b7b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions LFSApplications/LFSApplications/src/lfsmimeeditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,6 @@ void reWriteMimeFile(void)
{
if(j!=mimeList->currentItem)
{
//ptr=(char*)mimeList->listDataArray->at(j).label.c_str();
//ptr+=mimeList->listDataArray->at(j).label.length();
//ptr++;
//fprintf(file,"%s=%s;\n",mimeList->listDataArray->at(j).label.c_str(),ptr);
fprintf(file,"%s=%s;\n",mimeList->listDataArray->at(j).label.c_str(),mimeList->listDataArray->at(j).imagePath.c_str());
}
}
Expand Down

0 comments on commit 86e8b7b

Please sign in to comment.