aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/application_controller.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2013-05-30 11:37:14 +0100
committerLouise Crow <louise.crow@gmail.com>2013-05-30 11:37:14 +0100
commit4c12459577764432159190e02909510a560823e2 (patch)
tree40b893beb2e7cf53452b30de4079317f7f92b757 /app/controllers/application_controller.rb
parentbd91f7470c9ed3091c79634420f1433f62ec0215 (diff)
Add note about config/httpd.conf
Diffstat (limited to 'app/controllers/application_controller.rb')
0 files changed, 0 insertions, 0 deletions
ass="o">*curPtr2 == ' ')) { if (*curPtr1 == ' ') { curPtr1++; } if (*curPtr2 == ' ') { curPtr2++; } } else { if (g_ascii_toupper(*curPtr1) != g_ascii_toupper(*curPtr2)) { return 1; } curPtr1++; curPtr2++; } } /* Should both be NULL */ if (*curPtr1 != *curPtr2) { return 1; } return 0; }