uw-biorobotics / raven2

Raven II Surgical Robot
http://brl.ee.washington.edu/
GNU Lesser General Public License v3.0
48 stars 38 forks source link

strcopy necessary in utils.cpp? #19

Closed Ghalko closed 6 years ago

Ghalko commented 10 years ago

strcpy is in the string.h library and seems to do the same thing.

kylelindgren commented 6 years ago

Hi Ghalko, thank you for pointing out the redundancy. strcopy(src, dst) has been removed from utils.cpp with strcpy(dst, src) taking it's place -- only one instance in entire project.