Skip to content
Snippets Groups Projects
Commit 4a84cd84 authored by rswindell's avatar rswindell
Browse files

Fix apparent bug introduced in rev 57 (part of the great gcc warning removal of

2012) - as reported by Mike (First Officer).
parent 82d4db01
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* @format.tab-size 4 (Plain Text/Source Code File Header) * * @format.tab-size 4 (Plain Text/Source Code File Header) *
* @format.use-tabs true (see http://www.synchro.net/ptsc_hdr.html) * * @format.use-tabs true (see http://www.synchro.net/ptsc_hdr.html) *
* * * *
* Copyright 2011 Rob Swindell - http://www.synchro.net/copyright.html * * Copyright 2013 Rob Swindell - http://www.synchro.net/copyright.html *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *
...@@ -521,6 +521,7 @@ void sbbs_t::readmail(uint usernumber, int which) ...@@ -521,6 +521,7 @@ void sbbs_t::readmail(uint usernumber, int which)
bputs(text[MailOnSystemLstHdr]); bputs(text[MailOnSystemLstHdr]);
else else
bputs(text[MailWaitingLstHdr]); bputs(text[MailWaitingLstHdr]);
u=i;
for(;u<smb.msgs && !msgabort();u++) { for(;u<smb.msgs && !msgabort();u++) {
if(msg.total_hfields) if(msg.total_hfields)
smb_freemsgmem(&msg); smb_freemsgmem(&msg);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment