* clean up warnings, especialy on 64 bit
[citadel.git] / webcit / ical_subst.c
index 4693786cb9da70d949e6a027a1b8a3a361c6448f..5d6259d88dd81bcdc51b2f45b8a091a1a1767670 100644 (file)
@@ -58,7 +58,7 @@ void SortPregetMatter(HashList *Cals)
                while ((SortMap[i] != NULL) && 
                       (Cal->SortBy != NULL)) 
                {
-                       Cal->SortBy = icalcomponent_get_first_property(Cal->SortBy, SortMap[i++]->map);
+                       /****Cal->SortBy = icalcomponent_get_first_property(Cal->SortBy, SortMap[i++]->map); */
                }
        }