summarylogtreecommitdiffstats
path: root/proposal.patch
diff options
context:
space:
mode:
authorchristian2015-07-01 15:28:48 +0200
committerchristian2015-07-01 15:28:48 +0200
commit16b72bb2a52c4f3b20dd36c9cab7f38950a2a3d4 (patch)
treef2ffe0fe7812cf4e20c7c0080ddf0fd48f65807c /proposal.patch
parentd290d2c4035ff78596ef52f5123e3b3cd6cdff51 (diff)
downloadaur-16b72bb2a52c4f3b20dd36c9cab7f38950a2a3d4.tar.gz
added path from hashbang
Diffstat (limited to 'proposal.patch')
-rw-r--r--proposal.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/proposal.patch b/proposal.patch
index 31797a99ae3a..a5ba49ed9d64 100644
--- a/proposal.patch
+++ b/proposal.patch
@@ -53,3 +53,25 @@
info("Would fade, but on AC");
alarm(waitSeconds);
return;
+
+
+--- a/brightd.c 2015-06-30 23:20:50.636205206 +0000
++++ b/brightd.c 2015-06-30 23:34:15.452916469 +0000
+@@ -121,7 +121,7 @@
+ /*
+ * Write an debug message to the console
+ */
+-inline void info(char *str) { /*{{{*/
++void info(char *str) { /*{{{*/
+ if(verbose == 1 && daemonize == 0) {
+ printf("%s\n", str);
+ }
+@@ -307,7 +307,7 @@
+ /*
+ * Event source filter
+ */
+-inline char isEventFileValid(char *file) { /* {{{ */
++char isEventFileValid(char *file) { /* {{{ */
+ if(*((char*)&eventSourceFilter) == 0) {
+ return 1;
+ }