Convert uses of XKeycodeToKeysym (deprecated) to XkbKeycodeToKeysym
[oweals/cde.git] / cde / programs / dtpdmd / records.c
index 380a5b0f0274aba96172364fb3ebb31444869993..ba8cc11a1b15826cddfe3c3e290a765c812be196 100644 (file)
@@ -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;