raspberrypi-ui / piclone

Utility to back up Pi to an SD card reader
260 stars 62 forks source link

Tiny buglet at line 331 in piclone.c? #20

Closed GussyFinkNottle closed 5 years ago

GussyFinkNottle commented 5 years ago

I'm almost sure (it's been a while...) that you meant not "if (uuid[4] = '-')" but "if (uuid[4] == '-')".

spl237 commented 5 years ago

Yes, you're quite right - well spotted! It's only in a belt-and-braces check, so that test is unlikely to ever have any effect, but that's no excuse for it being wrong... I'll fix it - many thanks.