Project

General

Profile

« Previous | Next » 

Revision 930f49cf

Added by David Sorber almost 8 years ago

Fix pasto.

View differences:

software/packJPG_library/lib_src/bin/packjpg_simple.cc
// Write output file
std::ofstream output_stream(out_path.string(), std::ios::binary | std::ios::out);
if (! input_stream)
if (! output_stream)
{
std::cerr << "ERROR: unable to read from \"" << file_path << "\""
<< std::endl;

Also available in: Unified diff