Fix a minor bug where partial patchinfo snippets were always created with the default schema, not the specified schema. Trivial, so no bug number. r=rhelmer.

This commit is contained in:
preed%mozilla.com 2006-10-06 20:29:52 +00:00
Родитель a6ee70e00e
Коммит 4d495bc142
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1112,7 +1112,7 @@ sub CreatePartialPatchinfo {
#print STDERR "Generating TEST entry: $testPatch->{'info_path'}\n"; #print STDERR "Generating TEST entry: $testPatch->{'info_path'}\n";
write_patch_info(patch => $testPatch, write_patch_info(patch => $testPatch,
schemaVersion => $to->{'schema'}); schemaVer => $to->{'schema'});
} }
} }