You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
415 B

  1. --- a/fsck_hfs.tproj/dfalib/SVerify1.c
  2. +++ b/fsck_hfs.tproj/dfalib/SVerify1.c
  3. @@ -2848,7 +2848,7 @@ OSErr VLockedChk( SGlobPtr GPtr )
  4. }
  5. else // Because we don't have the unicode converters, just fill it with a dummy name.
  6. {
  7. - CopyMemory( "\x0dPure HFS Plus", calculatedVCB->vcbVN, sizeof(Str27) );
  8. + CopyMemory( u"\x0dPure HFS Plus", calculatedVCB->vcbVN, sizeof(Str27) );
  9. }
  10. GPtr->TarBlock = hint;