X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=cde%2Fprograms%2Fdtpdmd%2Frecords.c;h=ba8cc11a1b15826cddfe3c3e290a765c812be196;hb=HEAD;hp=380a5b0f0274aba96172364fb3ebb31444869993;hpb=0ecef859cfacb5118ef489be5b09b2cde7a70195;p=oweals%2Fcde.git diff --git a/cde/programs/dtpdmd/records.c b/cde/programs/dtpdmd/records.c index 380a5b0f..ba8cc11a 100644 --- a/cde/programs/dtpdmd/records.c +++ b/cde/programs/dtpdmd/records.c @@ -16,7 +16,7 @@ * details. * * You should have received a copy of the GNU Lesser General Public - * License along with these librararies and programs; if not, write + * License along with these libraries and programs; if not, write * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth * Floor, Boston, MA 02110-1301 USA */ @@ -119,7 +119,7 @@ XpPdmServiceRec *find_rec( Window requestor ) g.serviceRecs[g.serviceRecNum] = r; - memset( (void *) r, NULL, sizeof(XpPdmServiceRec) ); /* cheat NULLing */ + memset( (void *) r, 0, sizeof(XpPdmServiceRec) ); /* cheat NULLing */ r->mgr_flag = False; r->mbox_flag = False;