Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 3229
Collapse All | Expand All

(-)extract/dtds/Makefile.in.old (-1 lines)
Lines 222-228 Link Here
222
222
223
install-data-am: install-dtdsHEADERS
223
install-data-am: install-dtdsHEADERS
224
	@$(NORMAL_INSTALL)
224
	@$(NORMAL_INSTALL)
225
	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
226
install-data: install-data-am
225
install-data: install-data-am
227
226
228
install-am: all-am
227
install-am: all-am
(-)libs/database.c.old (-1 / +1 lines)
Lines 122-128 Link Here
122
    closedir(dir);
122
    closedir(dir);
123
    
123
    
124
    if (!empty)
124
    if (!empty)
125
        return;
125
        return 0;
126
        
126
        
127
    data_dir = malloc((strlen(scrollkeeper_data_dir)+strlen("/Templates")+1)*
127
    data_dir = malloc((strlen(scrollkeeper_data_dir)+strlen("/Templates")+1)*
128
    			sizeof(char));
128
    			sizeof(char));

Return to bug 3229