Re: [Libphidget-devel] duplicate files
Status: Alpha
Brought to you by:
jstrohm
|
From: Vadim T. <vt...@fr...> - 2002-09-08 18:26:38
|
According to Jack Strohm: > phidget.h and phidget.c are in the project twice, any reason why? > > [jstrohm@vash libphidget]$find . -name phidget.h > ./src/libphidget/phidget.h > ./phidget.h > [jstrohm@vash libphidget]$find . -name phidget.c > ./src/libphidget/phidget.c > ./phidget.c > [jstrohm@vash libphidget]$ So was main.c. My goof, I've rm'd the files, but forgot to 'cvs remove' them, so they popped up at the next 'cvs update'. Fixed. --vt |