Bugzilla – Attachment 13675 Details for
Bug 9144
bulkmarcimport.pl - Problem identifying errors
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
BUG 9144
BUG-9144.patch (text/plain), 863 bytes, created by
Vitor Fernandes
on 2012-11-26 11:24:33 UTC
(
hide
)
Description:
BUG 9144
Filename:
MIME Type:
Creator:
Vitor Fernandes
Created:
2012-11-26 11:24:33 UTC
Size:
863 bytes
patch
obsolete
>From 78de923d7e017df5a9c98c4e879796356aec82de Mon Sep 17 00:00:00 2001 >From: Vitor FERNANDES <vfernandes@keep.pt> >Date: Mon, 26 Nov 2012 11:23:15 +0000 >Subject: [PATCH] BUG 9144 > >modified: mist/migration_tools/bulkmarcimport.pl >--- > misc/migration_tools/bulkmarcimport.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/misc/migration_tools/bulkmarcimport.pl b/misc/migration_tools/bulkmarcimport.pl >index a9fee95..a31b2db 100755 >--- a/misc/migration_tools/bulkmarcimport.pl >+++ b/misc/migration_tools/bulkmarcimport.pl >@@ -185,7 +185,7 @@ RECORD: while ( ) { > last unless ( $record ); > $i++; > print "."; >- print "\r$i" unless $i % 100; >+ print "\n$i" unless $i % 100; > > # transcode the record to UTF8 if needed & applicable. > if ($record->encoding() eq 'MARC-8' and not $skip_marc8_conversion) { >-- >1.7.9.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 9144
:
13675
|
13912
|
14027