! 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 !
'const' appears twice on thunar-vfs-io-local-xfer.c, line 361
Status:
CLOSED: FIXED
Product:
Thunar-vfs
Component:
General

Comments

Description Enrico Tröger editbugs 2006-09-11 16:07:09 CEST
thunar r23126 won't build for me, because the word 'const' appears twice on
line 361 of thunar-vfs-io-local-xfer.c.

gcc's error message:
thunar-vfs-io-local-xfer.c: In function `_thunar_vfs_io_local_xfer_next_path':
thunar-vfs-io-local-xfer.c:361: warning: duplicate `const'

gcc --version: gcc (GCC) 3.3.5 (Debian 1:3.3.5-13)
Comment 1 Benedikt Meurer editbugs 2006-09-11 19:49:23 CEST
Fixed with revision 23127.

2006-09-11	Benedikt Meurer <benny@xfce.org>

	* thunar-vfs/thunar-vfs-io-local-xfer.c
	  (_thunar_vfs_io_local_xfer_next_path): Remove duplicate const.
	  Bug #2300.

Bug #2300

Reported by:
Enrico Tröger
Reported on: 2006-09-11
Last modified on: 2010-11-07

People

Assignee:
Jannis Pohlmann
CC List:
1 user

Version

Version:
unspecified

Attachments

Additional information