Diff for /embedaddon/php/win32/glob.c between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2012/05/29 12:34:34 version 1.1.1.3, 2013/07/22 01:32:14
Line 689  glob3(pathbuf, pathbuf_last, pathend, pathend_last, pa Line 689  glob3(pathbuf, pathbuf_last, pathend, pathend_last, pa
   
   
 /*  /*
 * Extend the gl_pathv member of a glob_t structure to accomodate a new item, * Extend the gl_pathv member of a glob_t structure to accommodate a new item,
  * add the new item, and update gl_pathc.   * add the new item, and update gl_pathc.
  *   *
  * This assumes the BSD realloc, which only copies the block when its size   * This assumes the BSD realloc, which only copies the block when its size

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>