Comment 24 for bug 617885

Revision history for this message
Curtis Gedak (gedakc) wrote :

> Are you going to replace all those ustring objects for next release cycle?

To clarify, are you referring to all of the ustring objects in the GParted_Core::get_filesystems() method?

For example the following line of code to detect LUKS encryption:

  if ( Glib::ustring( magic1 ) == "LUKS\xBA\xBE" )

Or did you mean just the code to work with BTRFS?

> Curtis, as the discovery part is already in master, will you take care of s/buf/buf_btrfs/ in master or should I commit on btrfs branch?

Yes, I will take care of this change in master, and plan to roll your lucab/btrfs branch into master soon.