Fixed the "remove existing mount point" bug
ClosedPublic

Authored by abhijeet2096 on Mar 21 2018, 9:45 AM.

Details

Summary

The QString "contains method" is also searching for empty QStrings.
Due to this all entries in /etc/fstab were removed . After this patch it is
searching for only non-empty strings in removeMountPoint() function.

Diff Detail

Repository
R17 Partition Manager
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
abhijeet2096 requested review of this revision.Mar 21 2018, 9:45 AM
abhijeet2096 created this revision.
stikonas accepted this revision.Mar 21 2018, 11:23 AM
This revision is now accepted and ready to land.Mar 21 2018, 11:23 AM
abhijeet2096 edited the summary of this revision. (Show Details)Mar 21 2018, 6:15 PM
abhijeet2096 retitled this revision from Fixed the "remove existing mount point bug " to Fixed the "remove existing mount point" bug.Mar 21 2018, 6:17 PM
This revision was automatically updated to reflect the committed changes.