Skip to content

Instantly share code, notes, and snippets.

/avail.c.patch Secret

Created January 8, 2013 06:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/74e8eca734271beb4cde to your computer and use it in GitHub Desktop.
Save anonymous/74e8eca734271beb4cde to your computer and use it in GitHub Desktop.
--- cgi/avail.c.backup 2013-01-08 14:52:13.000000000 +0900
+++ cgi/avail.c 2013-01-08 14:52:49.000000000 +0900
@@ -3246,7 +3246,7 @@
time_t current_time;
char start_date_time[MAX_DATETIME_LENGTH];
char end_date_time[MAX_DATETIME_LENGTH];
- char duration[20];
+ char duration[48];
char *bgclass = "";
char *ebgclass = "";
char *entry_type = "";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment