Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 919710
Collapse All | Expand All

(-)a/vala/valacodecontext.c (-2 / +2 lines)
Lines 2666-2672 vala_code_context_get_file_path (ValaCodeContext* self, Link Here
2666
	if (data_dir != NULL) {
2666
	if (data_dir != NULL) {
2667
		gchar** _tmp3_;
2667
		gchar** _tmp3_;
2668
		gchar** _tmp4_;
2668
		gchar** _tmp4_;
2669
		_tmp4_ = _tmp3_ = g_get_system_data_dirs ();
2669
		_tmp4_ = _tmp3_ = (gchar **) g_get_system_data_dirs ();
2670
		{
2670
		{
2671
			gchar** dir_collection = NULL;
2671
			gchar** dir_collection = NULL;
2672
			gint dir_collection_length1 = 0;
2672
			gint dir_collection_length1 = 0;
Lines 2697-2703 vala_code_context_get_file_path (ValaCodeContext* self, Link Here
2697
	if (versioned_data_dir != NULL) {
2697
	if (versioned_data_dir != NULL) {
2698
		gchar** _tmp8_;
2698
		gchar** _tmp8_;
2699
		gchar** _tmp9_;
2699
		gchar** _tmp9_;
2700
		_tmp9_ = _tmp8_ = g_get_system_data_dirs ();
2700
		_tmp9_ = _tmp8_ = (gchar **) g_get_system_data_dirs ();
2701
		{
2701
		{
2702
			gchar** dir_collection = NULL;
2702
			gchar** dir_collection = NULL;
2703
			gint dir_collection_length1 = 0;
2703
			gint dir_collection_length1 = 0;

Return to bug 919710