From fbf95f9b41509e2d90b826a46db3c5af2e1c8eb0 Mon Sep 17 00:00:00 2001 From: Krzysztof Gabis Date: Sun, 2 Dec 2012 09:41:12 -0800 Subject: [PATCH] Create gh-pages branch via GitHub --- index.html | 10 +++------- params.json | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 5d70521..ff2ab22 100644 --- a/index.html +++ b/index.html @@ -62,7 +62,7 @@ JSON_Value *root_value; JSON_Array *commits; JSON_Object *commit; - int i; + size_t i; char curl_command[512]; char cleanup_command[256]; @@ -70,8 +70,8 @@ /* it ain't pretty, but it's not a libcurl tutorial */ sprintf(curl_command, - "curl -s \"https://api.github.com/repos/%s/%s/commits\" > %s", - username, repo, output_filename); + "curl -s \"https://api.github.com/repos/%s/%s/commits\" > %s", + username, repo, output_filename); sprintf(cleanup_command, "rm -f %s", output_filename); system(curl_command); @@ -115,10 +115,6 @@

License

The MIT License (MIT)

- -

Author

- -

Krzysztof Gabis