ports/devel/picprog/files/patch-picport.cc
Edwin Groothuis a59bb3d05b While we're at it, just upgrade to version 1.1 too.
Informed the author about the missing gcc 3.2.1 complaints.
2002-11-19 01:59:27 +00:00

11 lines
282 B
C++

--- picport.cc.orig Tue Nov 19 12:52:11 2002
+++ picport.cc Tue Nov 19 12:52:20 2002
@@ -192,7 +192,7 @@
// -1 == error, no programmer present
-int picport::command (enum commands comm, int data = 0)
+int picport::command (enum commands comm, int data)
{
int tmp1, tmp2;