]> granicus.if.org Git - php/commitdiff
- Fix typo although it isn't being built
authorAndi Gutmans <andi@php.net>
Sun, 23 May 2004 16:05:09 +0000 (16:05 +0000)
committerAndi Gutmans <andi@php.net>
Sun, 23 May 2004 16:05:09 +0000 (16:05 +0000)
TSRM/TSRM.c

index b107dcc543ddb1feb21755c9de801c402bf71de5..8dd1c98e45636e3da7e139690ca09f61e039e4fb 100644 (file)
@@ -285,7 +285,7 @@ static void allocate_new_resource(tsrm_tls_entry **thread_resources_ptr, THREAD_
        for (i=0; i<id_count; i++) {
 #if MBO_0
                if (resource_types_table[i].done) {
-                       thread_resources_ptr)->storage[i] = NULL;
+                       (*thread_resources_ptr)->storage[i] = NULL;
                } else
 #endif
                {