ソースを参照

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) {

読み込み中…
キャンセル
保存