瀏覽代碼

Update 'cordiceps.cpp'

master
Archivist 1 月之前
父節點
當前提交
97ee5d45d5
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      cordiceps.cpp

+ 2
- 2
cordiceps.cpp 查看文件

@ -121,11 +121,11 @@ void decode(const char* pic) {
}
}
UnloadImage(image);
std::cout << from_bits(raw_bits).c_str() << std::endl;
std::cout << from_bits(raw_bits);
}
int main(int argc, char** argv) {
if(argc < 1) {
if(argc <= 1) {
perror("arguments missing, expected: picture then datafile for coding, picture for decoding");
}
if(argc == 3) {

Loading…
取消
儲存