Skip to content

Commit

Permalink
update document
Browse files Browse the repository at this point in the history
  • Loading branch information
yangzhaofeng committed Apr 6, 2019
1 parent ee384c5 commit d5d31ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# wcrc32sum
This program was original uploaded by iceeLyne at [hydrogenaudio](https://hydrogenaud.io/index.php/topic,102787.0.html). I reupload it to github in case the original website is inaccessible.
This program was original uploaded by iceeLyne at [hydrogenaudio](https://hydrogenaud.io/index.php/topic,102787.0.html). I modified it to make it executable on Windows

You can compile it with `gcc -o wcrc32sum -std=c99 -O2 wcrc32sum.c`

Expand Down
3 changes: 1 addition & 2 deletions wcrc32sum.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/*
* The program can now work on Microsoft Windows well.
* (c) Steven Yang (https://github.com/yangzhaofeng/wcrc32sum), 2019
* The source is also in the PUBLIC DOMAIN.
* I will be glad if you can notice my name when you redistribute the code.
* The source modified is published under GNU General Public License v3.0.
*/

/*
Expand Down

0 comments on commit d5d31ea

Please sign in to comment.