Skip to content

Commit

Permalink
Build fixes for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
John Detter committed Dec 14, 2016
1 parent f00dd01 commit 7c4a32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dyninstAPI/src/pdwinnt.C
Expand Up @@ -1073,7 +1073,7 @@ bool PCProcess::getDyninstRTLibName()
rt_base += ".dll";
if(!BinaryEdit::getResolvedLibraryPath(rt_base, rt_paths) || rt_paths.empty())
{
startup_printf("%s[%d]: Could not find %s in search path\n", FILE__, __LINE__. rt_base.c_str());
startup_printf("%s[%d]: Could not find %s in search path\n", FILE__, __LINE__, rt_base.c_str());
return false;
}
for(auto i = rt_paths.begin();
Expand Down

0 comments on commit 7c4a32a

Please sign in to comment.