Skip to content

Commit

Permalink
merged sirikata
Browse files Browse the repository at this point in the history
  • Loading branch information
drieks committed Feb 13, 2012
1 parent d2557c8 commit b2434c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/ppmrender/ppmmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class TestDelegate : public WindowDelegate {
#ifdef _WIN32
getenv("TEMP") << "\\"
#else
"/tmp"
"/tmp/"
#endif
<< "chromium_render_" << time(NULL) << "_" << (call_count++) << ".ppm";
std::string str (os.str());
Expand Down

0 comments on commit b2434c5

Please sign in to comment.