Commit b827487 1 parent 185923f commit b827487 Copy full SHA for b827487
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -163,10 +163,10 @@ func init() {
163
163
164
164
dscontents := []sis.DeliveryMatter {{}}
165
165
emailparts := rfc5322 .Part (& bf .Payload , boundaries , false )
166
- anotherone := []string { "" } // Keeping another error messages
167
- rightindex := uint8 (0 ) // The last index number of dscontents
168
- readcursor := uint8 (0 ) // Points the current cursor position
169
- recipients := uint8 (0 ) // The number of 'Final-Recipient' header
166
+ anotherone := make ( []string , 1 , 2 ) // Keeping another error messages
167
+ rightindex := uint8 (0 ) // The last index number of dscontents
168
+ readcursor := uint8 (0 ) // Points the current cursor position
169
+ recipients := uint8 (0 ) // The number of 'Final-Recipient' header
170
170
v := & (dscontents [len (dscontents ) - 1 ])
171
171
172
172
for _ , e := range (strings .Split (emailparts [0 ], "\n " )) {
You can’t perform that action at this time.
0 commit comments