~timo-jyrinki/ubuntu/quantal/unity-lens-files/ubuntu.660

« back to all changes in this revision

Viewing changes to src/locate.c

  • Committer: timo.jyrinki at canonical
  • Date: 2012-09-19 15:55:12 UTC
  • mfrom: (14.2.226 unity-lens-files)
  • mto: This revision was merged to the branch mainline in revision 182.
  • Revision ID: timo.jyrinki@canonical.com-20120919155512-0nb3rktt810d63ob
Tags: upstream-6.6.0
ImportĀ upstreamĀ versionĀ 6.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
262
262
                regex = _tmp4_;
263
263
                if (_inner_error_ != NULL) {
264
264
                        if (_inner_error_->domain == G_REGEX_ERROR) {
265
 
                                goto __catch12_g_regex_error;
 
265
                                goto __catch14_g_regex_error;
266
266
                        }
267
267
                        g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
268
268
                        g_clear_error (&_inner_error_);
275
275
                if (_inner_error_ != NULL) {
276
276
                        _g_regex_unref0 (regex);
277
277
                        if (_inner_error_->domain == G_REGEX_ERROR) {
278
 
                                goto __catch12_g_regex_error;
 
278
                                goto __catch14_g_regex_error;
279
279
                        }
280
280
                        _g_regex_unref0 (regex);
281
281
                        g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
286
286
                _g_regex_unref0 (regex);
287
287
                return result;
288
288
        }
289
 
        goto __finally12;
290
 
        __catch12_g_regex_error:
 
289
        goto __finally14;
 
290
        __catch14_g_regex_error:
291
291
        {
292
292
                GError* e = NULL;
293
293
                e = _inner_error_;
295
295
                g_assert_not_reached ();
296
296
                _g_error_free0 (e);
297
297
        }
298
 
        __finally12:
 
298
        __finally14:
299
299
        if (_inner_error_ != NULL) {
300
300
                g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
301
301
                g_clear_error (&_inner_error_);