~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_lib.c

Merging stdize-code with main trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
  /* MY_DIR structure is allocated and completly initialized at this point */
119
119
  result= (MY_DIR*)buffer;
120
120
 
121
 
  tmp_file=strend(tmp_path);
 
121
  tmp_file= strchr(tmp_path, '\0');
122
122
 
123
123
  dp= (struct dirent*) dirent_tmp;
124
124