~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_getwd.c

  • Committer: Monty Taylor
  • Date: 2008-09-23 14:19:48 UTC
  • mto: This revision was merged to the branch mainline in revision 419.
  • Revision ID: monty@inaugust.com-20080923141948-ktph2kg13addaxq1
Actually removed VOID() this time.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
  char * pos;
45
45
 
46
46
  if (curr_dir[0])                              /* Current pos is saved here */
47
 
    VOID(strmake(buf,&curr_dir[0],size-1));
 
47
    strmake(buf,&curr_dir[0],size-1);
48
48
  else
49
49
  {
50
50
#if defined(HAVE_GETCWD)