Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.35 KB | None | 0 0
  1. if ( ftime != DBL_MAX )
  2.             {
  3.                 //- add frame number to outfile name
  4.                 vFileLxs = vFileLxs.GetSubString(0, ext) + (L"_"+ CString(ftime) + L".lxs");
  5.                 //-
  6.                 queue_list += vFileLxs + L"\n";
  7.                 if ( luxdebug ) app.LogMessage(L"OUT Filename: "+ vFileLxs );
  8.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement