Skip to content
Snippets Groups Projects
Commit 0003b874 authored by Victor Kotlyar's avatar Victor Kotlyar
Browse files

fixed logic for unused SD3 device drive type. Was incorrectly interpreted for

the previous commit.
parent c7637315
Branches
Tags
No related merge requests found
......@@ -255,9 +255,6 @@ int main(int argc,
if (blksize == 0) {
if (lrecl == 0) {
blksize = DEFAULTMIGRATIONBLOCKSIZE;
} else if (strcmp (recfm, "F") == 0) {
blksize = (DEFAULTMIGRATIONBLOCKSIZE / lrecl) * lrecl;
strcpy (recfm, "FB");
} else {
blksize = lrecl;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment