• Paul Eggert's avatar
    Prefer assignment to memcpy when either will do. · ae1d87e2
    Paul Eggert authored
    * lib-src/pop.c (socket_connection) [HAVE_GETADDRINFO]:
    * src/bidi.c (bidi_push_it, bidi_pop_it):
    * src/fns.c (copy_hash_table):
    * src/image.c (define_image_type):
    * src/keyboard.c (kbd_buffer_store_event_hold):
    * src/process.c (Fprocess_send_eof):
    * src/xfaces.c (x_create_gc) [HAVE_NS]:
    * src/xgselect.c (xg_select):
    Use assignment, not memcpy, as either will do here, and assignment is
    more likely to catch type errors.
    ae1d87e2
process.c 218 KB