We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

public
Description: Phusion Passenger (mod_rails)
Homepage: http://www.modrails.com/
Clone URL: git://github.com/FooBarWidget/passenger.git
Click here to lend your support to: passenger and make a donation at www.pledgie.com !
Fix a compilation warning.
Hongli Lai (Phusion) (author)
Wed Jun 25 04:27:22 -0700 2008
commit  7d4385f06a61fe3eb19c59c7808d887d36b74a03
tree    e5a8755af93f1abe0349f4104367c77578169cf7
parent  10f0c919d6ebaef5d9e36d6849280c4b9f938b93
...
222
223
224
225
 
226
227
228
...
222
223
224
 
225
226
227
228
0
@@ -222,7 +222,7 @@ public:
0
    * @throws SystemException Something went wrong.
0
    */
0
   TempFile(bool anonymous = true) {
0
- char *temp_dir;
0
+ const char *temp_dir;
0
     char templ[PATH_MAX];
0
     int fd;
0
     

Comments

    No one has commented yet.