/[rdesktop]/sourceforge.net/trunk/rdesktop/disk.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/disk.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1009 by astrand, Wed Aug 24 11:31:58 2005 UTC revision 1010 by astrand, Wed Aug 31 13:00:57 2005 UTC
# Line 997  FsVolumeInfo(char *fpath) Line 997  FsVolumeInfo(char *fpath)
997    
998          while ((e = getmntent(fdfs)))          while ((e = getmntent(fdfs)))
999          {          {
1000                  if (strncmp(fpath, e->mnt_dir, strlen(fpath)) == 0)                  if (str_startswith(e->mnt_dir, fpath))
1001                  {                  {
1002                          strcpy(info.type, e->mnt_type);                          strcpy(info.type, e->mnt_type);
1003                          strcpy(info.name, e->mnt_fsname);                          strcpy(info.name, e->mnt_fsname);

Legend:
Removed from v.1009  
changed lines
  Added in v.1010

  ViewVC Help
Powered by ViewVC 1.1.26