Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyneu committed Oct 21, 2017
1 parent 163e495 commit b8d632a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified Release/tool3.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion tool3/MainFrm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ int CMainFrame::OnCreate(LPCREATESTRUCT lpCreateStruct)
DWORD c = 0L;
if(xf)
{
fwscanf(xf,L"%[^\n]%*c",remmi);
fwscanf(xf,L"%[^\n]%*c",remmi); //stuff from msdn. works with and w/o \n
t=new r();
t->f=remmi;
if(!(feof(xf)))
Expand Down

0 comments on commit b8d632a

Please sign in to comment.