Mercurial > hg > xemacs-beta
diff src/editfns.c @ 4982:3c3c1d139863
Automatic merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Fri, 05 Feb 2010 11:25:00 -0600 |
parents | 4aebb0131297 16112448d484 |
children | 1537701f08a1 |
line wrap: on
line diff
--- a/src/editfns.c Fri Feb 05 11:02:24 2010 -0600 +++ b/src/editfns.c Fri Feb 05 11:25:00 2010 -0600 @@ -831,7 +831,7 @@ uncache_home_directory (void) { if (cached_home_directory) - xfree (cached_home_directory, Ibyte *); + xfree (cached_home_directory); cached_home_directory = NULL; } @@ -1439,7 +1439,7 @@ set_time_zone_rule (tzstring); if (environbuf) - xfree (environbuf, Extbyte **); + xfree (environbuf); environbuf = environ; return Qnil;