Skip to content

Commit

Permalink
Fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
MS3FGX committed Nov 2, 2013
1 parent 6c3ed8e commit f917713
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
11/01/13: Released as Version 1.1.2
Fix compiler warning for stable release. I'll break that later.

10/29/13:
Minor Bluelog theme touchups
Add basic theming info to README.LIVE
Expand Down
5 changes: 3 additions & 2 deletions livelog.c
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,9 @@ int main(int argc, char *argv[])
#endif

// Read in environment variable
char* env_string;
env_string=getenv("QUERY_STRING");
// Comment this to fix compiler warning until ready to implement
//char* env_string;
//env_string=getenv("QUERY_STRING");

// Print HTML head
print_header(CSSFILE);
Expand Down

0 comments on commit f917713

Please sign in to comment.