! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Small typo in vc.h breaks non-gcc compilers
Status:
RESOLVED: FIXED
Product:
Xfce4-mixer
Component:
General

Comments

Description Joel Fredrikson 2005-01-18 18:45:00 CET
A small typo in include/vc.h and lib/vc.h breaks compilation if you don't use gcc.

*** lib/vc.h~   2004-12-01 18:51:04.000000000 +0100
--- lib/vc.h    2005-01-18 19:25:51.899476000 +0100
***************
*** 138,144 ****
          vc_get_control_list, \
          vc_set_volume_callback, \
          vc_close_device, \
!         vc_get_device_list \
          vc_get_select, \
          vc_get_switch, \
          vc_set_switch, \
--- 138,144 ----
          vc_get_control_list, \
          vc_set_volume_callback, \
          vc_close_device, \
!         vc_get_device_list, \
          vc_get_select, \
          vc_get_switch, \
          vc_set_switch, \

*** include/vc.h~       2004-03-18 13:14:32.000000000 +0100
--- include/vc.h        2005-01-18 19:22:37.632210000 +0100
***************
*** 136,142 ****
          vc_get_control_list, \
          vc_set_volume_callback, \
          vc_close_device, \
!         vc_get_device_list \
          vc_get_select, \
          vc_get_switch, \
          vc_set_switch, \
--- 136,142 ----
          vc_get_control_list, \
          vc_set_volume_callback, \
          vc_close_device, \
!         vc_get_device_list, \
          vc_get_select, \
          vc_get_switch, \
          vc_set_switch, \


Reproducible: Always
Steps to Reproduce:
1. 
2. 
3.
Comment 1 dannym editbugs 2005-01-23 09:48:21 CET
oops !

good catch.
Comment 2 dannym editbugs 2005-01-23 10:11:56 CET
fixed in cvs head
fixed in cvs xfce_4_2 tag
unapplicable in cvs xfce_4_0 tag (there its the last entry in the struct :))

Bug #715

Reported by:
Joel Fredrikson
Reported on: 2005-01-18
Last modified on: 2009-07-14

People

CC List:
0 users

Version

Attachments

Additional information