diff --git a/initATLASAufschubkonten/cAsfinag.vb b/initATLASAufschubkonten/cAsfinag.vb index 82879b2..698daf8 100644 --- a/initATLASAufschubkonten/cAsfinag.vb +++ b/initATLASAufschubkonten/cAsfinag.vb @@ -794,7 +794,7 @@ Public Class cAsfinag End Using End Using Catch ex As Exception - VERAG_PROG_ALLGEMEIN.cErrorHandler.ERR(ex.Message, ex.StackTrace, System.Reflection.MethodBase.GetCurrentMethod.Name)e) + VERAG_PROG_ALLGEMEIN.cErrorHandler.ERR(ex.Message, ex.StackTrace, System.Reflection.MethodBase.GetCurrentMethod.Name) End Try End Sub @@ -1356,7 +1356,7 @@ Public Class cAsfinag .FileName = fileName .RunNumber = Format(currentFileNr, "000") .RecordCount = Format(lngAnzahlSätze, "0000000") - .Filler = New String(" ", 13) + .Filler = New String(" ", 66) sw.Write(Trailer.SortField) sw.Write(Trailer.RecordID) sw.Write(Trailer.FileName)